const runtime._GCmark
11 uses
runtime (current package)
mgc.go#L242: _GCmark // GC marking roots and workbufs: allocate black, write barrier ENABLED
mgc.go#L249: writeBarrier.enabled = gcphase == _GCmark || gcphase == _GCmarktermination
mgc.go#L533: if cycle == n+1 || (gcphase == _GCmark && cycle == n+2) {
mgc.go#L546: if gcphase != _GCmark {
mgc.go#L771: setGCPhase(_GCmark)
mgc.go#L881: if !(gcphase == _GCmark && work.nwait == work.nproc && !gcMarkWorkAvailable(nil)) {
mgcwork.go#L143: if flushed && gcphase == _GCmark {
mgcwork.go#L192: if flushed && gcphase == _GCmark {
mgcwork.go#L303: if gcphase == _GCmark {
trace.go#L287: if gcphase == _GCmark || gcphase == _GCmarktermination {
trace.go#L460: if !stopTrace && (gcphase == _GCmark || gcphase == _GCmarktermination) {